mips: rename mach-mt7620 to mach-mtmips
authorWeijie Gao <[email protected]>
Tue, 30 Apr 2019 03:13:58 +0000 (11:13 +0800)
committerDaniel Schwierzeck <[email protected]>
Fri, 3 May 2019 14:43:11 +0000 (16:43 +0200)
commit16b94903e2462a8983322bbc865c0617b9e02b79
treed65be8e055faefc9c1bdc26f0112c21b3088bf52
parent8c211af8f8c0617c40ccf4f0df557e4fbf6073ea
mips: rename mach-mt7620 to mach-mtmips

Currently mach-mt7620 contains only support for mt7628. To avoid confusion,
rename mach-mt7620 to mach-mtmips, which means MediaTek MIPS platforms.
MT7620 and MT7628 should be distinguished by SOC_MT7620 and SOC_MT7628
because they do not share the same lowlevel codes.

Dependencies of four drivers are changed to SOC_MT7628 as these drivers
are only used by MT7628.

Cc: Daniel Schwierzeck <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Weijie Gao <[email protected]>
23 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/dts/Makefile
arch/mips/mach-mt7620/Kconfig [deleted file]
arch/mips/mach-mt7620/Makefile [deleted file]
arch/mips/mach-mt7620/cpu.c [deleted file]
arch/mips/mach-mt7620/ddr_calibrate.c [deleted file]
arch/mips/mach-mt7620/lowlevel_init.S [deleted file]
arch/mips/mach-mt7620/mt76xx.h [deleted file]
arch/mips/mach-mtmips/Kconfig [new file with mode: 0644]
arch/mips/mach-mtmips/Makefile [new file with mode: 0644]
arch/mips/mach-mtmips/cpu.c [new file with mode: 0644]
arch/mips/mach-mtmips/ddr_calibrate.c [new file with mode: 0644]
arch/mips/mach-mtmips/lowlevel_init.S [new file with mode: 0644]
arch/mips/mach-mtmips/mt76xx.h [new file with mode: 0644]
configs/gardena-smart-gateway-mt7688-ram_defconfig
configs/gardena-smart-gateway-mt7688_defconfig
configs/linkit-smart-7688-ram_defconfig
configs/linkit-smart-7688_defconfig
drivers/gpio/Kconfig
drivers/net/Kconfig
drivers/spi/Kconfig
drivers/watchdog/Kconfig